mpi_stream

Bindings for utility::io::mpi_stream namespace

class pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS

Bases: pybind11_builtins.pybind11_object

reported file status after opening

__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__(*args, **kwargs)

Overloaded function.

  1. __eq__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS, arg0: pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS) -> bool
  2. __eq__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS, arg0: int) -> bool
__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__getstate__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS) → tuple
__gt__

Return self>value.

__hash__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS) → int
__init__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS, arg0: int) → None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__int__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS) → int
__le__

Return self<=value.

__lt__

Return self<value.

__ne__(*args, **kwargs)

Overloaded function.

  1. __ne__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS, arg0: pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS) -> bool
  2. __ne__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS, arg0: int) -> bool
__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS) → str
__setattr__

Implement setattr(self, name, value).

__setstate__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_FILE_STATUS, arg0: tuple) → None
__sizeof__() → int

size of object in memory, in bytes

__str__

Return str(self).

__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

class pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG

Bases: pybind11_builtins.pybind11_object

messages to send to MpiFileBuffer

__delattr__

Implement delattr(self, name).

__dir__() → list

default dir() implementation

__eq__(*args, **kwargs)

Overloaded function.

  1. __eq__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG, arg0: pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG) -> bool
  2. __eq__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG, arg0: int) -> bool
__format__()

default object formatter

__ge__

Return self>=value.

__getattribute__

Return getattr(self, name).

__getstate__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG) → tuple
__gt__

Return self>value.

__hash__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG) → int
__init__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG, arg0: int) → None
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

__int__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG) → int
__le__

Return self<=value.

__lt__

Return self<value.

__ne__(*args, **kwargs)

Overloaded function.

  1. __ne__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG, arg0: pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG) -> bool
  2. __ne__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG, arg0: int) -> bool
__new__()

Create and return a new object. See help(type) for accurate signature.

__reduce__()

helper for pickle

__reduce_ex__()

helper for pickle

__repr__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG) → str
__setattr__

Implement setattr(self, name, value).

__setstate__(self: pyrosetta.rosetta.utility.io.mpi_stream.MPI_STREAM_MSG, arg0: tuple) → None
__sizeof__() → int

size of object in memory, in bytes

__str__

Return str(self).

__subclasshook__()

Abstract classes can override this to customize issubclass().

This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).