Alphabetical - B
| bin | Returns the number converted to a binary string (built-in). |
| bool | Returns the boolean True or False value (built-in). |
| breakpoint | Suspends execution and switches to the debugger (built-in). |
| buffer_info | Return a tuple (address, length) giving the current memory info. |
| bytearray | Returns a new array of bytes (built-in). |
| bytes | Returns a new bytes object between 0 and 256 (built-in). |
| byteswap | Swap the bytes of all items (endian conversion for multi-byte types). |
| bin Returns the number converted to a binary string (built-in). |
| bool Returns the boolean True or False value (built-in). |
| breakpoint Suspends execution and switches to the debugger (built-in). |
| buffer_info Return a tuple (address, length) giving the current memory info. |
| bytearray Returns a new array of bytes (built-in). |
| bytes Returns a new bytes object between 0 and 256 (built-in). |
| byteswap Swap the bytes of all items (endian conversion for multi-byte types). |
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top