Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rocky/python-uncompyle6
/ add
Method
add
test/ok_lib2.7/compiler/misc.py:18–19 ·
view source on GitHub ↗
(self, elt)
Source
from the content-addressed store, hash-verified
16
def
__contains__(self, elt):
17
return
elt in self.elts
18
def
add(self, elt):
19
self.elts[elt] = elt
20
def
elements(self):
21
return
self.elts.keys()
22
def
has_elt(self, elt):
Callers
15
add_unique_rule
Method · 0.80
number_loop
Function · 0.80
customize_grammar_rules
Method · 0.80
customize_grammar_rules
Method · 0.80
customize_grammar_rules
Method · 0.80
customize_grammar_rules
Method · 0.80
customize_grammar_rules
Method · 0.80
customize_grammar_rules
Method · 0.80
__init__
Method · 0.80
ingest
Method · 0.80
build_statement_indices
Method · 0.80
detect_control_flow
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_grammar
Function · 0.64