ProcInScope

case class ProcInScope(callingName: String, fullNameAsPyFile: String)

Defines how a procedure is available to be called in the current scope.

Value parameters:
callingName

how this procedure is to be called, i.e., alias name, name with path, etc.

fullNameAsPyFile

the full name to where this method is defined where it's assumed to be defined under a named Python file.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def fullNameAsInit: String
Returns:

the he full name of the procedure where it's assumed that it is defined within an init.py of the module.

override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product