d21045cbc1
* adding new getter for type obj * fixing limited api build * fix formating ssues from clippy * add changelog info * Update newsfragments/4197.added.md Co-authored-by: David Hewitt <mail@davidhewitt.dev> * Update src/types/typeobject.rs Co-authored-by: David Hewitt <mail@davidhewitt.dev> * Update src/types/typeobject.rs Co-authored-by: David Hewitt <mail@davidhewitt.dev> * Update src/types/typeobject.rs Co-authored-by: David Hewitt <mail@davidhewitt.dev> * Update src/types/typeobject.rs Co-authored-by: David Hewitt <mail@davidhewitt.dev> * using uncheck downcast * fix formating * move import * Update src/types/typeobject.rs Co-authored-by: Matt Hooks <me@matthooks.com> * Update src/types/typeobject.rs Co-authored-by: Matt Hooks <me@matthooks.com> --------- Co-authored-by: David Hewitt <mail@davidhewitt.dev> Co-authored-by: Matt Hooks <me@matthooks.com>
53 B
53 B
Add PyTypeMethods::mro
and PyTypeMethods::bases
.