CIMMethod

class lmiwbem.lmiwbem_core.CIMMethod

Constructs a CIMMethod.

Parameters:
  • methodname (str) – String containing the method’s name
  • return_type (str) – String containing the method’s return type
  • parameters (NocaseDict) – Dictionary containing method’s parameters
class_origin

Property storing method’s class origin.

Return type:str
copy()
Returns:copy of the object itself
Return type:CIMMethod
name

Property storing method’s name.

Return type:str
parameters

Property storing method’s parameters.

Return type:NocaseDict
propagated

Property storing flag, which indicates, if the method is propagated.

Returns:True, if the method is propagated; False otherwise
Return type:bool
qualifiers

Property storing method’s qualifiers.

Return type:NocaseDict
return_type

Property storing method’s return type.

Return type:str
tomof()
Returns:MOF representation of the object itself
Return type:str