Skip to content

Commit

Permalink
changed main_info of MethodVariable
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenStain committed Jan 22, 2025
1 parent cff6279 commit c0bce16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ def from_value(value: Any, graph: FunctionGraph, tracker: Tracker):
@property
def main_info(self) -> dict[str, Any]:
return {
"function": self.fn.main_info,
"instance": self.bound_instance.main_info,
"function": self.fn,
"instance": self.bound_instance,
}


Expand Down

0 comments on commit c0bce16

Please sign in to comment.