jsonpack

ResourcePath

Describes a resrouce path used for annotations.

Example Code

ref = jsonpack.ResourcePath(module_type, node_name)

Arguments

Argument Description
module_type The node type that it should except.
node_name The node name that is should except.

Methods