A UID for a variable within a function.
(self)
| 670 | |
| 671 | @property |
| 672 | def identifier(self) -> int: |
| 673 | """A UID for a variable within a function.""" |
| 674 | return core.BNToVariableIdentifier(self.to_BNVariable()) |
| 675 | |
| 676 | @property |
| 677 | def source_type(self) -> VariableSourceType: |
no test coverage detected