Aestate
Public Member Functions | Public Attributes | List of all members
aestate.work.commad.Commands Class Reference
Collaboration diagram for aestate.work.commad.Commands:
Collaboration graph

Public Member Functions

def __init__ (self, *args)
 
def startproject (self)
 
def start (self)
 
def create (self)
 
def enc (self)
 
def dec (self)
 
def version (self)
 
def make (self)
 
def check (self)
 
def help (self)
 

Public Attributes

 args
 
 c
 

Detailed Description

Definition at line 41 of file commad.py.

Constructor & Destructor Documentation

◆ __init__()

def aestate.work.commad.Commands.__init__ (   self,
args 
)
下面的@staticmethod主要是为了不想看见黄线警告,并没有其他意思

Definition at line 42 of file commad.py.

Member Function Documentation

◆ check()

def aestate.work.commad.Commands.check (   self)

Definition at line 129 of file commad.py.

◆ create()

def aestate.work.commad.Commands.create (   self)

Definition at line 102 of file commad.py.

Here is the caller graph for this function:

◆ dec()

def aestate.work.commad.Commands.dec (   self)

Definition at line 120 of file commad.py.

◆ enc()

def aestate.work.commad.Commands.enc (   self)

Definition at line 117 of file commad.py.

◆ help()

def aestate.work.commad.Commands.help (   self)

Definition at line 144 of file commad.py.

◆ make()

def aestate.work.commad.Commands.make (   self)

Definition at line 126 of file commad.py.

◆ start()

def aestate.work.commad.Commands.start (   self)

Definition at line 99 of file commad.py.

◆ startproject()

def aestate.work.commad.Commands.startproject (   self)

Definition at line 96 of file commad.py.

◆ version()

def aestate.work.commad.Commands.version (   self)

Definition at line 123 of file commad.py.

Member Data Documentation

◆ args

aestate.work.commad.Commands.args

Definition at line 46 of file commad.py.

◆ c

aestate.work.commad.Commands.c

Definition at line 47 of file commad.py.


The documentation for this class was generated from the following file: