Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Pythonic FP - Booleans 3.0.0 documentation
Pythonic FP - Booleans 3.0.0 documentation

Overview

  • pythonic-fp-booleans

User Guide

  • Usage
  • PyPI releases
  • Changelog

Documentation

  • module subtypable
  • SBool subtypes
    • module flavored
    • module truthy_falsy
Back to top
View this page

SBool subtypesΒΆ

  • module flavored
    • FBool
      • FBool.__new__()
      • FBool.__init__()
      • FBool.__repr__()
      • FBool.__invert__()
      • FBool.__and__()
      • FBool.__rand__()
      • FBool.__or__()
      • FBool.__ror__()
      • FBool.__xor__()
      • FBool.__rxor__()
      • FBool.flavor()
    • truthy()
    • falsy()
  • module truthy_falsy
    • TF_Bool
      • TF_Bool.__new__()
      • TF_Bool.__repr__()
      • TF_Bool.__invert__()
      • TF_Bool.__and__()
      • TF_Bool.__or__()
      • TF_Bool.__xor__()
    • T_Bool
      • T_Bool.__new__()
      • T_Bool.__repr__()
    • F_Bool
      • F_Bool.__new__()
      • F_Bool.__repr__()
    • ALWAYS
    • NEVER
    • TF_Boolean
Next
module flavored
Previous
module subtypable
Copyright © 2023-2026, Geoffrey R. Scheller
Made with Sphinx and @pradyunsg's Furo