MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / to_dict

Method to_dict

code2flow/model.py:479–487  ·  view source on GitHub ↗

:rtype: dict

(self)

Source from the content-addressed store, hash-verified

477 return ret
478
479 def to_dict(self):
480 """
481 :rtype: dict
482 """
483 return {
484 'source': self.node0.uid,
485 'target': self.node1.uid,
486 'directed': True,
487 }
488
489
490class Group():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected