Home
last modified time | relevance | path

Searched refs:ModuleGraph (Results 1 – 18 of 18) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_basic.py14 mg = modulegraph.ModuleGraph()
23 mg = modulegraph.ModuleGraph()
35 mg = modulegraph.ModuleGraph()
Dtest_implies.py19 mg = modulegraph.ModuleGraph(path=[root]+sys.path)
29 mg = modulegraph.ModuleGraph(path=[root]+sys.path, implies={
49 mg = modulegraph.ModuleGraph(path=[root]+sys.path)
60 mg = modulegraph.ModuleGraph(path=[root]+sys.path, implies={
Dtest_modulegraph.py520 o = modulegraph.ModuleGraph()
531 o = modulegraph.ModuleGraph(['a', 'b', 'c'], ['modA'], [
550 graph = modulegraph.ModuleGraph(path=[
566 graph = modulegraph.ModuleGraph()
608 graph = modulegraph.ModuleGraph()
622 graph = modulegraph.ModuleGraph()
658 graph = modulegraph.ModuleGraph()
755 graph = modulegraph.ModuleGraph()
769 graph = modulegraph.ModuleGraph()
819 graph = modulegraph.ModuleGraph()
[all …]
Dtest_imports.py103 self.mf = modulegraph.ModuleGraph(path=[ root ] + sys.path)
342 self.mf = modulegraph.ModuleGraph(path=[ root ] + sys.path)
357 mf = modulegraph.ModuleGraph(path=[ root ] + sys.path)
371 self.mf = modulegraph.ModuleGraph(path=[ root ] + sys.path)
394 self.mf = modulegraph.ModuleGraph(path=[ root ] + sys.path)
425 self.mf = modulegraph.ModuleGraph(path=[ root ] + sys.path)
451 self.mf = modulegraph.ModuleGraph(path=[ root ] + sys.path)
464 self.mf = modulegraph.ModuleGraph(path=[ root ] + sys.path)
Dtest_pep420_nspkg.py91 self.mf = modulegraph.ModuleGraph(path=[
198 self.mf = modulegraph.ModuleGraph(path=[
Dtest_relimport2.py21 self.mf = modulegraph.ModuleGraph(path=[ self.root ] + sys.path)
Dtest_pycompat_pkg.py21 mf = modulegraph.ModuleGraph(path=[ root ] + sys.path)
Dtest_setuptools_nspkg.py112 self.mf = modulegraph.ModuleGraph(path=[ test_dir ] + sys.path)
Dtest_import_from_init.py83 self.mf = modulegraph.ModuleGraph(path=[ root ] + sys.path)
Dtest_edge_data.py24 mf = modulegraph.ModuleGraph(path=[ root ] + sys.path)
205 mf = modulegraph.ModuleGraph(path=[ root ] + sys.path)
239 mf = modulegraph.ModuleGraph(path=[ root ] + sys.path)
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dfind_modules.rst15 And returns a :class:`modulegraph.modulegraph.ModuleGraph` instance,
28 :param mf: a :class:`modulegraph.modulegraph.ModuleGraph` instance
55 Feeds the given :class:`ModuleGraph <modulegraph.ModuleGraph>` with
Dchangelog.rst33 * Fixed typo in ModuleGraph.getReferences()
35 * Added ModuleGraph.getReferers(tonode). This methods yields the
73 * Added some handy methods to ``modulegraph.modulegraph.ModuleGraph``.
266 - Issue #1: The initialiser for ``modulegraph.ModuleGraph`` caused an exception
276 - The method for printing a ``.dot`` representation of a ``ModuleGraph``
Dmodulegraph.rst7 This module defines :class:`ModuleGraph`, which is used to find
19 .. class:: ModuleGraph([path[, excludes[, replace_paths[, implies[, graph[, debug]]]]]])
21 Create a new ModuleGraph object. Use the :meth:`run_script` method to add scripts,
278 The :class:`ModuleGraph` contains nodes that represent the various types of modules.
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
D__main__.py6 from .modulegraph import ModuleGraph
54 mf = ModuleGraph(path, excludes=opts.excludes, debug=opts.debug)
Dfind_modules.py245 mf = modulegraph.ModuleGraph()
335 mf = modulegraph.ModuleGraph(
Dmodulegraph.py673 class ModuleGraph(ObjectGraph): class
675 super(ModuleGraph, self).__init__(graph=graph, debug=debug)
859 return super(ModuleGraph, self).createReference(fromnode, tonode, edge_data=edge_data)
872 data = super(ModuleGraph, self).findNode(name)
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/
DPKG-INFO50 * Fixed typo in ModuleGraph.getReferences()
52 * Added ModuleGraph.getReferers(tonode). This methods yields the
90 * Added some handy methods to ``modulegraph.modulegraph.ModuleGraph``.
283 - Issue #1: The initialiser for ``modulegraph.ModuleGraph`` caused an exception
293 - The method for printing a ``.dot`` representation of a ``ModuleGraph``
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph.egg-info/
DPKG-INFO50 * Fixed typo in ModuleGraph.getReferences()
52 * Added ModuleGraph.getReferers(tonode). This methods yields the
90 * Added some handy methods to ``modulegraph.modulegraph.ModuleGraph``.
283 - Issue #1: The initialiser for ``modulegraph.ModuleGraph`` caused an exception
293 - The method for printing a ``.dot`` representation of a ``ModuleGraph``