Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ default_args.py
File
default_args.py
2a_builder_pattern/python/default_args.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
dataclasses
import
dataclass
2
3
class
User:
4
def
__init__(self, uid, email, first_name=None, last_name=None):
Callers
nothing calls this directly
Calls
6
ChannelBuilder
Class · 0.85
User
Class · 0.70
Channel
Class · 0.70
print
Function · 0.50
complete
Method · 0.45
build
Method · 0.45
Tested by
no test coverage detected