Struct librsnek::objects::method::PyFunctionType [] [src]

pub struct PyFunctionType {
    pub function_type: RtObject,
}

Fields

Methods

impl PyFunctionType
[src]

Trait Implementations

impl BuiltinType for PyFunctionType
[src]

Create a new instance of the primitve type that his reference counted

Create the type and do any static initialization that may be needed

Create an instance of the type ane return the struct that contains