MCPcopy 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

1from dataclasses import dataclass
2
3class User:
4 def __init__(self, uid, email, first_name=None, last_name=None):

Callers

nothing calls this directly

Calls 6

ChannelBuilderClass · 0.85
UserClass · 0.70
ChannelClass · 0.70
printFunction · 0.50
completeMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected