Skip to content

Class mkdoxy::property::Property::Params

ClassList > mkdoxy > property > Property > Params

Public Attributes

Type Name
kind
parser
xml

Public Functions

Type Name
def __init__ (self self, Element xml, XmlParser parser, Kind kind)
[str] array (self self, bool plain=False)
bool has (self self)
str md (self self, bool plain=False)
str plain (self self)

Public Attributes Documentation

variable kind

mkdoxy.property.Property.Params::kind;

variable parser

mkdoxy.property.Property.Params::parser;

variable xml

mkdoxy.property.Property.Params::xml;

Public Functions Documentation

function __init__

def mkdoxy::property::Property::Params::__init__ (
    self self,
    Element xml,
    XmlParser parser,
    Kind kind
) 

function array

[str] mkdoxy::property::Property::Params::array (
    self self,
    bool plain=False
) 

function has

bool mkdoxy::property::Property::Params::has (
    self self
) 

function md

str mkdoxy::property::Property::Params::md (
    self self,
    bool plain=False
) 

function plain

str mkdoxy::property::Property::Params::plain (
    self self
) 


The documentation for this class was generated from the following file mkdoxy/property.py