Scarab  v2.9.0
Project 8 C++ Utility Library
Public Types | Static Public Member Functions | List of all members
generic_item Struct Reference

#include <pytypes.h>

Public Types

using key_type = object
 

Static Public Member Functions

static object get (handle obj, handle key)
 
static void set (handle obj, handle key, handle val)
 

Detailed Description

Definition at line 536 of file pytypes.h.

Member Typedef Documentation

◆ key_type

using key_type = object

Definition at line 537 of file pytypes.h.

Member Function Documentation

◆ get()

static object get ( handle  obj,
handle  key 
)
inlinestatic

Definition at line 539 of file pytypes.h.

◆ set()

static void set ( handle  obj,
handle  key,
handle  val 
)
inlinestatic

Definition at line 545 of file pytypes.h.


The documentation for this struct was generated from the following file: