Scarab  2.8.1
Project 8 C++ Utility Library
Public Types | Static Public Member Functions | List of all members
str_attr Struct Reference

#include <pytypes.h>

Public Types

using key_type = const char *
 

Static Public Member Functions

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

Detailed Description

Definition at line 530 of file pytypes.h.

Member Typedef Documentation

◆ key_type

using key_type = const char *

Definition at line 531 of file pytypes.h.

Member Function Documentation

◆ get()

static object get ( handle  obj,
const char *  key 
)
inlinestatic

Definition at line 532 of file pytypes.h.

◆ set()

static void set ( handle  obj,
const char *  key,
handle  val 
)
inlinestatic

Definition at line 533 of file pytypes.h.


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