Skip to content

35C4n0r/bitcode

This branch is 7 commits ahead of, 213 commits behind aboutcode-org/bitcode:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cb82b41 · Sep 10, 2023

History

17 Commits
Jul 9, 2023
Jun 21, 2023
Jun 21, 2023
Sep 10, 2023
Sep 10, 2023
Jun 21, 2023
Jun 21, 2023
Jun 21, 2023
Jul 1, 2023
Jun 21, 2023
Jun 21, 2023
Jun 21, 2023
Jun 21, 2023
Jun 21, 2023
Jul 1, 2023
Jun 21, 2023
Jun 21, 2023
Jun 21, 2023
Jun 21, 2023
Jun 21, 2023
Jun 21, 2023
Jun 21, 2023
Jul 1, 2023
Jun 21, 2023

Repository files navigation

bitcode

This repo is a pure python implementation for intbitset.

Installation

Requirements

  • Python 3.8 or later
pip install bitcode

Documentation

bitcode is a fallback library for intbitset, so the intbitset class and its methods have same names and parameters.

Below listed are the implemented classes and methods.

Classes

  • intbitset

Methods for Automaton class

  • add
  • clear
  • copy
  • difference
  • difference_update
  • discard
  • isdisjoint
  • issuperset
  • issubset
  • remove
  • strbits
  • symmetric_difference
  • symmetric_difference_update
  • tolist
  • union
  • union_update
  • intersection
  • intersection_update
  • __and__
  • __eq__
  • __contains__
  • __len__
  • __iter__
  • __hash__
  • __str__

For documentation please refer to: https://intbitset.readthedocs.io/en/latest/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.1%
  • Shell 5.0%
  • Batchfile 4.0%
  • Makefile 0.9%