μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Static Public Member Functions | List of all members
obj_attr Struct Reference

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/pytypes.h>

Public Types

using key_type = object
 
using key_type = object
 

Static Public Member Functions

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

Detailed Description

Definition at line 723 of file pytypes.h.

Member Typedef Documentation

◆ key_type [1/2]

Definition at line 724 of file pytypes.h.

◆ key_type [2/2]

Definition at line 989 of file pytypes.h.

Member Function Documentation

◆ get() [1/2]

static object obj_attr::get ( handle  obj,
handle  key 
)
inlinestatic

Definition at line 725 of file pytypes.h.

References getattr().

◆ get() [2/2]

static object obj_attr::get ( handle  obj,
handle  key 
)
inlinestatic

Definition at line 990 of file pytypes.h.

References getattr().

◆ set() [1/2]

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

Definition at line 726 of file pytypes.h.

References setattr().

◆ set() [2/2]

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

Definition at line 991 of file pytypes.h.

References setattr().


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