Skip to Content
APIUtils

utils

View the code on GitHub

Structs

Struct: ExecutionContext

Fields

  • dict: ArcPointer[Dict[Int, ArcPointer[Model]]]

Methods

__init__(out self)
Args
  • self: Self
Returns
  • Self
__getitem__(self, key: Int) -> ArcPointer[Model]
Args
  • self: Self

  • key: Int

Returns
  • ArcPointer[Model]
__setitem__(mut self, key: Int, value: ArcPointer[Model])
Args
  • self: Self

  • key: Int

  • value: ArcPointer[Model]

__contains__(self, key: Int) -> Bool
Args
  • self: Self

  • key: Int

Returns
  • Bool
clear(mut self)
Args
  • self: Self

Functions

xpr

xpr(callable: Callable) -> GraphRepr
Args
  • callable: Callable
Returns
  • GraphRepr
xpr(func: fn(List[Array]) raises -> List[Array]) -> GraphRepr
Args
  • func: fn(List[Array]) raises -> List[Array]
Returns
  • GraphRepr
Last updated on
Nabla 2025