Scarab  v2.11.1
Project 8 C++ Utility Library
Namespaces | Classes | Functions
Pytypes

Namespaces

 pybind11::detail
 

Classes

class  iterator
 
class  iterable
 
class  str
 
class  bytes
 
class  none
 
class  bool_
 
class  int_
 
class  float_
 
class  weakref
 
class  slice
 
class  capsule
 
class  tuple
 
class  dict
 
class  sequence
 
class  list
 
class  args
 
class  kwargs
 
class  set
 
class  function
 
class  staticmethod
 
class  buffer
 
class  memoryview
 

Functions

 str (handle h)
 

Detailed Description

Function Documentation

◆ str()

str ( handle  h)
inlineexplicit

Return a string representation of the object. This is analogous to the str() function in Python.

Definition at line 911 of file pytypes.h.