Struct pythonic::function::Function [] [src]

pub struct Function {
    pub docstring: Option<Comment>,
    pub name: String,
    pub args: Vec<Argument>,
    // some fields omitted
}

Fields

Methods

impl Function
[src]

Trait Implementations

impl Debug for Function
[src]

Formats the value using the given formatter.

impl Clone for Function
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Function
[src]

Formats the value using the given formatter. Read more