Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
import
re, sys, io
8
9
class
Symbol(str):
pass
10
11
def
Sym(s, symbol_table={}):
12
"Find or create unique Symbol entry for str s in symbol table."
Callers
7
Sym
Function · 0.85
lispy.py
File · 0.85
atom
Function · 0.85
parse_atom
Function · 0.85
parse_atom
Function · 0.85
parse_atom
Function · 0.85
parse_atom
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected