Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ functions
Functions
657 in github.com/scottrogowski/code2flow
⨍
Functions
657
◇
Types & classes
95
↓ 1 callers
Function
memorized_datetime
Create only one instance of each distinct datetime
tests/test_code/py/pytz/tzinfo.py:31
↓ 1 callers
Function
memorized_ttinfo
Create only one instance of each distinct tuple
tests/test_code/py/pytz/tzinfo.py:45
↓ 1 callers
Method
meow
()
tests/test_code/js/inheritance_attr/inheritance_attr.js:8
↓ 1 callers
Function
meridiemFixWrap
(locale, hour, meridiem)
tests/test_code/js/moment/moment.js:2823
↓ 1 callers
Function
mod
(n, x)
tests/test_code/js/moment/moment.js:867
↓ 1 callers
Function
momentsDifference
(base, other)
tests/test_code/js/moment/moment.js:3543
↓ 1 callers
Method
mul
(b)
tests/test_code/js/chained/chained.js:16
↓ 1 callers
Method
mul
(self, b)
tests/test_code/py/chained/chained.py:13
↓ 1 callers
Method
namespace_ownership
Get the ownership excluding namespace :rtype: str
code2flow/model.py:330
↓ 1 callers
Method
normalize
Correct the timezone information on the given datetime If date arithmetic crosses DST boundaries, the tzinfo is not magically adjuste
tests/test_code/py/pytz/tzinfo.py:203
↓ 1 callers
Function
outer
()
tests/test_code/js/two_file_imports/importer.js:3
↓ 1 callers
Function
outer
()
tests/test_code/mjs/two_file_imports_es6/importer_es6.mjs:3
↓ 1 callers
Function
parseIsoWeekday
(input, locale)
tests/test_code/js/moment/moment.js:1517
↓ 1 callers
Function
parseWeekday
(input, locale)
tests/test_code/js/moment/moment.js:1500
↓ 1 callers
Function
pentaNum
()
tests/test_code/js/inheritance/inheritance.js:5
↓ 1 callers
Method
pentaNum
(self)
tests/test_code/py/inherits/inherits.py:15
↓ 1 callers
Function
preprocessRFC2822
(s)
tests/test_code/js/moment/moment.js:2440
↓ 1 callers
Function
print_hi
()
tests/test_code/js/classes/classes.js:1
↓ 1 callers
Function
private
()
tests/test_code/py/subset_find_exception/zero.py:1
↓ 1 callers
Function
process_assign
Given an assignment statement, return a Variable that points_to the type of object being assigned. The points_to is often a string but th
code2flow/ruby.py:89
↓ 1 callers
Function
process_assign
Given an element from the ast which is an assignment statement, return a Variable that points_to the type of object being assigned. For now,
code2flow/python.py:60
↓ 1 callers
Function
process_assign
Given an element from the ast which is an assignment statement, return a Variable that points_to the type of object being assigned. The p
code2flow/javascript.py:116
↓ 1 callers
Function
process_assign
Given an assignment statement, return a Variable that points_to the type of object being assigned. :param assignment_el ast: :rtype:
code2flow/php.py:147
↓ 1 callers
Function
process_import
Given an element from the ast which is an import statement, return a Variable that points_to the module being imported. For now, the poin
code2flow/python.py:85
↓ 1 callers
Function
readFileSync
()
tests/test_code/js/exclude_modules/exclude_modules.js:6
↓ 1 callers
Function
readFileSync
()
tests/test_code/js/exclude_modules_es6/exclude_modules_es6.js:6
↓ 1 callers
Function
rectangleClassFactory
()
tests/test_code/js/class_in_function/class_in_function.js:1
↓ 1 callers
Function
relativeTime$1
(posNegDuration, withoutSuffix, thresholds, locale)
tests/test_code/js/moment/moment.js:5399
↓ 1 callers
Function
removeFormattingTokens
(input)
tests/test_code/js/moment/moment.js:483
↓ 1 callers
Function
resolve_owner
Resolve who owns the call, if anyone. So if the expression is i_ate.pie(). And i_ate is a Person, the callee is Person. This is returned
code2flow/ruby.py:8
↓ 1 callers
Function
resolve_owner
Resolve who owns the call object. So if the expression is i_ate.pie(). And i_ate is a Person, the callee is Person. This is returned as a
code2flow/javascript.py:46
↓ 1 callers
Method
resolve_variables
For all variables, attempt to resolve the Node/Group on points_to. There is a good chance this will be unsuccessful. :param
code2flow/model.py:378
↓ 1 callers
Function
scope_confusion
()
tests/test_code/js/scoping/scoping.js:1
↓ 1 callers
Method
scope_confusion
()
tests/test_code/js/scoping/scoping.js:6
↓ 1 callers
Method
separate_namespaces
Given an AST, recursively separate that AST into lists of ASTs for the subgroups, nodes, and body. This is an intermediate step to al
code2flow/python.py:165
↓ 1 callers
Function
setHookCallback
(callback)
tests/test_code/js/moment/moment.js:21
↓ 1 callers
Method
sub
(b)
tests/test_code/js/chained/chained.js:11
↓ 1 callers
Method
sub
(self, b)
tests/test_code/py/chained/chained.py:9
↓ 1 callers
Method
toABC
()
tests/test_code/js/complex_ownership/complex_ownership.js:18
↓ 1 callers
Function
trace
(fn: Callable)
tests/test_code/py/nested_calls/nested_calls.py:3
↓ 1 callers
Function
unescapeFormat
(s)
tests/test_code/js/moment/moment.js:806
↓ 1 callers
Function
unpickler
Factory function for unpickling pytz tzinfo instances. This is shared for both StaticTzInfo and DstTzInfo instances, because database changes
tests/test_code/py/pytz/tzinfo.py:529
↓ 1 callers
Function
untruncateYear
(yearStr)
tests/test_code/js/moment/moment.js:2430
↓ 1 callers
Function
walk
Given an ast element (list), walk it in a dfs to get every el (list) out of it :param tree_el ast: :rtype: list[ast]
code2flow/ruby.py:58
Function
Duration
(duration)
tests/test_code/js/moment/moment.js:3140
Function
FixedOffset
return a fixed-offset timezone based off a number of minutes. >>> one = FixedOffset(-330) >>> one pytz.FixedOffset(-330)
tests/test_code/py/pytz/__init__.py:438
Function
Locale
(config)
tests/test_code/js/moment/moment.js:401
Function
Moment
(config)
tests/test_code/js/moment/moment.js:256
Function
_UTC
Factory function for utc unpickling. Makes sure that unpickling a utc instance always returns the same module global. These examples bel
tests/test_code/py/pytz/__init__.py:266
Method
__call__
Backwards compatibility.
tests/test_code/py/pytz/__init__.py:345
Method
__contains__
(self, key)
tests/test_code/py/pytz/lazy.py:30
Method
__getattr__
(self, item)
code2flow/model.py:22
Method
__getitem__
(self, key)
tests/test_code/py/pytz/lazy.py:20
Method
__init__
(self, source_type='script', ruby_version='27')
code2flow/engine.py:55
Method
__init__
(self, target_function, upstream_depth, downstream_depth)
code2flow/engine.py:64
Method
__init__
(self, *args, **kwargs)
code2flow/model.py:17
Method
__init__
:param str token: :param str|Call|Node|Group points_to: (str/Call is eventually resolved to Nodes|Groups) :param int|None lin
code2flow/model.py:153
Method
__init__
(self, token, calls, variables, parent, import_tokens=None, line_number=None, is_constructor=
code2flow/model.py:263
Method
__init__
(self, node0, node1)
code2flow/model.py:451
Method
__init__
(self, token, group_type, display_type, import_tokens=None, line_number=None, parent=None, in
code2flow/model.py:494
Method
__init__
(self)
tests/test_code/py/init/the_import.py:2
Method
__init__
(self)
tests/test_code/py/init/the_import.py:7
Method
__init__
(self)
tests/test_code/py/init/init.py:5
Method
__init__
(self, offset, name)
tests/test_code/py/pytz/reference.py:28
Method
__init__
(self, hours, reprname, stdname, dstname)
tests/test_code/py/pytz/reference.py:99
Method
__init__
(self, minutes)
tests/test_code/py/pytz/__init__.py:402
Method
__init__
(self, _inf=None, _tzinfos=None)
tests/test_code/py/pytz/tzinfo.py:179
Method
__init__
(self, val)
tests/test_code/py/chained/chained.py:2
Method
__init__
(self)
tests/test_code/py/async_basic/async_basic.py:4
Method
__init__
(self)
tests/test_code/py/inherits/inherits.py:22
Method
__init__
(self)
tests/test_code/py/inherits/inherits.py:32
Method
__init__
(self)
tests/test_code/py/nested_class/nested_class.py:10
Method
__iter__
(self)
tests/test_code/py/pytz/lazy.py:40
Method
__len__
(self)
tests/test_code/py/pytz/lazy.py:50
Method
__lt__
(self, other)
code2flow/model.py:282
Method
__lt__
(self, other)
code2flow/model.py:463
Method
__lt__
(self, other)
code2flow/model.py:513
Method
__new__
(cls, fill_iter=None)
tests/test_code/py/pytz/lazy.py:84
Method
__new__
(cls, fill_iter=None)
tests/test_code/py/pytz/lazy.py:139
Method
__reduce__
(self)
tests/test_code/py/pytz/__init__.py:239
Method
__reduce__
(self)
tests/test_code/py/pytz/__init__.py:411
Method
__reduce__
(self)
tests/test_code/py/pytz/tzinfo.py:150
Method
__reduce__
(self)
tests/test_code/py/pytz/tzinfo.py:518
Method
__repr__
(self)
code2flow/model.py:165
Method
__repr__
(self)
code2flow/model.py:193
Method
__repr__
(self)
code2flow/model.py:279
Method
__repr__
(self)
code2flow/model.py:460
Method
__repr__
(self)
code2flow/model.py:510
Method
__repr__
(self)
tests/test_code/py/pytz/reference.py:105
Method
__repr__
(self)
tests/test_code/py/pytz/__init__.py:256
Method
__repr__
(self)
tests/test_code/py/pytz/__init__.py:420
Method
__repr__
(self)
tests/test_code/py/pytz/tzinfo.py:147
Method
__repr__
(self)
tests/test_code/py/pytz/tzinfo.py:504
Method
__str__
(self)
tests/test_code/py/pytz/__init__.py:259
Method
__str__
(self)
tests/test_code/py/pytz/tzinfo.py:72
Method
_fill
(self)
tests/test_code/py/pytz/__init__.py:349
Method
_lazy
(self, *args, **kw)
tests/test_code/py/pytz/lazy.py:97
Method
_lazy
(self, *args, **kw)
tests/test_code/py/pytz/lazy.py:150
Function
_p
Factory function for unpickling pytz tzinfo instances. Just a wrapper around tzinfo.unpickler to save a few bytes in each pickle by shortenin
tests/test_code/py/pytz/__init__.py:301
Function
a
()
tests/test_code/js/globals/globals.js:2
← previous
next →
301–400 of 657, ranked by callers