Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ Token
Class
Token
Assembler/assembler.py:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
# class for represent a token
39
class
Token:
40
def
__init__(self, token, t):
41
self.token = token
42
self.t = t
43
44
45
# def initRegister():
Callers
2
scanner
Function · 0.85
parser
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected