Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepGraphLearning/S3F
/ to_dict
Method
to_dict
s3f/protein.py:68–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
'because these cannot be written to PDB format.'
)
67
68
def
to_dict(self):
69
return
dataclasses.asdict(self)
70
71
72
def
from_pdb_string(pdb_str: str, chain_id: Optional[str] = None) -> Protein:
Callers
1
load_protein
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected