You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / bool

class

numpy:bool

source: /numpy/__init__.py

Signature

class   bool ( value = False / )

Summary

Boolean type (True or False), stored as a byte.

Extended Summary

Charactercode

'?'

Aliases

  • numpy.bool

Referenced by