Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bedroombuilds/python2rust
/ complete
Method
complete
2a_builder_pattern/python/default_args.py:10–14 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8
self.last_name = last_name
9
10
def
complete(self):
11
return
self.last_name is not None \
12
and self.id > 0 \
13
and not self.email.empty() \
14
and self.first_name is not None
15
16
17
@dataclass
Callers
1
default_args.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected