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

Method is_attr

code2flow/model.py:206–211  ·  view source on GitHub ↗

Attribute calls are like `a.do_something()` rather than `do_something()` :rtype: bool

(self)

Source from the content-addressed store, hash-verified

204 return f"{self.token}()"
205
206 def is_attr(self):
207 """
208 Attribute calls are like `a.do_something()` rather than `do_something()`
209 :rtype: bool
210 """
211 return self.owner_token is not None
212
213 def matches_variable(self, variable):
214 """

Callers 3

matches_variableMethod · 0.95
_find_link_for_callFunction · 0.45
resolve_variablesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected