MCPcopy Index your code
hub / github.com/fluentpython/example-code-2e / Symbol

Class Symbol

18-with-match/lispy/original/lispy.py:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import re, sys, io
8
9class Symbol(str): pass
10
11def Sym(s, symbol_table={}):
12 "Find or create unique Symbol entry for str s in symbol table."

Callers 7

SymFunction · 0.85
lispy.pyFile · 0.85
atomFunction · 0.85
parse_atomFunction · 0.85
parse_atomFunction · 0.85
parse_atomFunction · 0.85
parse_atomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected