class PythonTarget

Methods

__construct(array $data)

No description

void
setModule(string $module)

No description

string
getModule()

No description

void
setCallable(string $callable)

No description

string
getCallable()

No description

Details

at line 26
__construct(array $data)

No description

Parameters

array $data

Exceptions

RequiredKeyException

at line 42
void setModule(string $module)

No description

Parameters

string $module

Return Value

void

at line 50
string getModule()

No description

Return Value

string

at line 58
void setCallable(string $callable)

No description

Parameters

string $callable

Return Value

void

at line 66
string getCallable()

No description

Return Value

string