(cherry picked from commit
3257d49d236e5f3453fe9d2fd8338bcdfe9756b7)
Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
| | co_name | name with which this code |
| | | object was defined |
+-----------+-------------------+---------------------------+
-| | co_names | tuple of names of local |
-| | | variables |
+| | co_names | tuple of names other |
+| | | than arguments and |
+| | | function locals |
+-----------+-------------------+---------------------------+
| | co_nlocals | number of local variables |
+-----------+-------------------+---------------------------+