MCPcopy Create free account

hub / github.com/scottrogowski/code2flow / types & classes

Types & classes95 in github.com/scottrogowski/code2flow

↓ 19 callersClassVariable
Variables represent named tokens that are accessible to their scope. They may either point to a string or, once resolved, a Group/Node. N
code2flow/model.py:147
↓ 9 callersClassCall
Calls represent function call expressions. They can be an attribute call like object.do_something() Or a "naked" call like
code2flow/model.py:178
↓ 8 callersClassNode
code2flow/model.py:262
↓ 5 callersClassGroup
Groups represent namespaces (classes and modules/files)
code2flow/model.py:490
↓ 4 callersClassUSTimeZone
tests/test_code/py/pytz/reference.py:97
↓ 3 callersClassLanguageParams
Shallow structure to make storing language-specific parameters cleaner
code2flow/engine.py:51
↓ 3 callersClassUnknownTimeZoneError
Exception raised when pytz is passed an unknown timezone. >>> isinstance(UnknownTimeZoneError(), LookupError) True This class is actuall
tests/test_code/py/pytz/exceptions.py:15
↓ 2 callersClassNamespace
Abstract constants class Constants can be accessed via .attribute or [key] and can be iterated over.
code2flow/model.py:12
↓ 2 callersClassOuter
tests/test_code/py/nested_class/nested_class.py:1
↓ 1 callersClassA
tests/test_code/py/async_basic/async_basic.py:3
↓ 1 callersClassAbra
tests/test_code/py/init/init.py:4
↓ 1 callersClassAlpha
tests/test_code/py/resolve_correct_class/rcc.py:5
↓ 1 callersClassAmbiguousTimeError
Exception raised when attempting to create an ambiguous wallclock time. At the end of a DST transition period, a particular wallclock time will
tests/test_code/py/pytz/exceptions.py:42
↓ 1 callersClassBeta
tests/test_code/py/resolve_correct_class/rcc.py:17
↓ 1 callersClassChain
tests/test_code/py/chained/chained.py:1
↓ 1 callersClassEdge
code2flow/model.py:450
↓ 1 callersClassHiddenClass
tests/test_code/py/init/the_import.py:6
↓ 1 callersClassLazyList
List populated on first use.
tests/test_code/py/pytz/lazy.py:71
↓ 1 callersClassLazySet
Set populated on first use.
tests/test_code/py/pytz/lazy.py:121
↓ 1 callersClassLocalTimezone
tests/test_code/py/pytz/reference.py:54
↓ 1 callersClassNonExistentTimeError
Exception raised when attempting to create a wallclock time that cannot exist. At the start of a DST transition period, the wallclock time ju
tests/test_code/py/pytz/exceptions.py:53
↓ 1 callersClassScaleDemo
tests/test_code/py/inherits/inherits.py:21
↓ 1 callersClassSubsetParams
Shallow structure to make storing subset-specific parameters cleaner.
code2flow/engine.py:60
↓ 1 callersClassUTC
UTC Optimized UTC implementation. It unpickles using the single module global instance defined beneath this class declaration.
tests/test_code/py/pytz/__init__.py:213
↓ 1 callersClass_CountryNameDict
Dictionary proving ISO3166 code -> English name. >>> print(country_names['au']) Australia
tests/test_code/py/pytz/__init__.py:372
↓ 1 callersClass_CountryTimezoneDict
Map ISO 3166 country code to a list of timezone names commonly used in that country. iso3166_code is the two letter code used to identify the
tests/test_code/py/pytz/__init__.py:313
↓ 1 callersClass_FixedOffset
tests/test_code/py/pytz/__init__.py:398
Class
tests/test_code/js/complex_ownership/complex_ownership.js:1
Class
tests/test_code/js/complex_ownership/complex_ownership.js:17
Class
tests/test_code/js/complex_ownership/complex_ownership.js:24
Class
tests/test_code/js/class_in_function/class_in_function.js:2
Class
tests/test_code/js/ternary_new/ternary_new.js:1
Class
tests/test_code/js/ternary_new/ternary_new.js:7
Class
tests/test_code/js/ternary_new/ternary_new.js:22
Class
tests/test_code/js/chained/chained.js:1
Class
tests/test_code/js/classes/classes.js:5
Class
tests/test_code/js/two_file_imports/imported.js:1
Class
tests/test_code/js/inheritance/inheritance.js:7
Class
tests/test_code/js/inheritance/inheritance.js:14
Class
tests/test_code/js/inheritance/inheritance.js:20
Class
tests/test_code/js/scoping/scoping.js:5
Class
tests/test_code/js/ambiguous_names/ambiguous_names.js:1
Class
tests/test_code/js/ambiguous_names/ambiguous_names.js:15
Class
tests/test_code/js/simple_b_js/simple_b.js:13
Class
tests/test_code/js/inheritance_attr/inheritance_attr.js:2
Class
tests/test_code/js/inheritance_attr/inheritance_attr.js:7
Class
tests/test_code/js/inheritance_attr/inheritance_attr.js:16
Class
tests/test_code/mjs/two_file_imports_es6/imported_es6.mjs:1
ClassABC
tests/test_code/js/complex_ownership/complex_ownership.js:1
ClassAbra
tests/test_code/js/ternary_new/ternary_new.js:1
ClassAbra
tests/test_code/js/ambiguous_names/ambiguous_names.js:1
ClassAbra
tests/test_code/py/ambiguous_resolution/ambiguous_resolution.py:1
ClassAbra
tests/test_code/py/subset_find_exception/two.py:4
ClassAbra
tests/test_code/py/subset_find_exception/zero.py:4
ClassBaseLanguage
Languages are individual implementations for different dynamic languages. This is the superclass of Python, Javascript, PHP, and Ruby. Ev
code2flow/model.py:86
ClassBaseTzInfo
tests/test_code/py/pytz/tzinfo.py:66
ClassC
tests/test_code/js/simple_b_js/simple_b.js:13
ClassCadabra
tests/test_code/js/ternary_new/ternary_new.js:7
ClassCadabra
tests/test_code/js/ambiguous_names/ambiguous_names.js:15
ClassCadabra
tests/test_code/py/ambiguous_resolution/ambiguous_resolution.py:9
ClassCadabra
tests/test_code/py/subset_find_exception/two.py:8
ClassChain
tests/test_code/js/chained/chained.js:1
ClassClassMap
tests/test_code/js/ternary_new/ternary_new.js:22
ClassClsA
tests/test_code/js/inheritance_attr/inheritance_attr.js:2
ClassClsB
tests/test_code/js/inheritance_attr/inheritance_attr.js:7
ClassClsC
tests/test_code/js/inheritance_attr/inheritance_attr.js:16
ClassDEF
tests/test_code/js/complex_ownership/complex_ownership.js:17
ClassDstTzInfo
A timezone that has a variable offset from UTC The offset might change if daylight saving time comes into effect, or at a point in history wh
tests/test_code/py/pytz/tzinfo.py:156
ClassError
Base class for all exceptions raised by the pytz library
tests/test_code/py/pytz/exceptions.py:11
ClassFakeMajorScales
tests/test_code/js/inheritance/inheritance.js:14
ClassFakePentatonicScales
tests/test_code/py/inherits/inherits.py:14
ClassFixedOffset
Fixed offset in minutes east from UTC.
tests/test_code/py/pytz/reference.py:25
ClassGHI
tests/test_code/js/complex_ownership/complex_ownership.js:24
ClassInner
tests/test_code/py/nested_class/nested_class.py:2
ClassInvalidTimeError
Base class for invalid time exceptions.
tests/test_code/py/pytz/exceptions.py:38
ClassJavascript
code2flow/javascript.py:246
ClassLazyDict
Dictionary populated on first use.
tests/test_code/py/pytz/lazy.py:16
ClassLazyList
tests/test_code/py/pytz/lazy.py:91
ClassLazySet
tests/test_code/py/pytz/lazy.py:144
ClassMajorScales
tests/test_code/js/inheritance/inheritance.js:7
ClassMajorScales
tests/test_code/py/inherits/inherits_import.py:3
ClassMyClass
tests/test_code/js/scoping/scoping.js:5
ClassPHP
code2flow/php.py:229
ClassPentatonicScales
tests/test_code/py/inherits/inherits_import.py:10
ClassProvincialClass
tests/test_code/py/init/the_import.py:1
ClassPython
code2flow/python.py:143
ClassRectangle
tests/test_code/js/class_in_function/class_in_function.js:2
ClassRectangle
tests/test_code/js/classes/classes.js:5
ClassRuby
code2flow/ruby.py:194
ClassScaleDemo
tests/test_code/js/inheritance/inheritance.js:20
ClassScaleDemoLimited
tests/test_code/py/inherits/inherits.py:31
ClassStaticTzInfo
A timezone that has a constant offset from UTC These timezones are rare, as most locations have changed their offset at some point in their h
tests/test_code/py/pytz/tzinfo.py:76
Classc
tests/test_code/py/simple_b/simple_b.py:15
ClassmyClass
tests/test_code/js/two_file_imports/imported.js:1
ClassmyClass
tests/test_code/mjs/two_file_imports_es6/imported_es6.mjs:1