Skip to main content
Ctrl+K

superleaf 0.2.0 documentation

  • API Reference
  • GitHub
  • API Reference
  • GitHub

Section Navigation

  • superleaf
    • superleaf.collections
      • superleaf.collections.ordered_set
      • superleaf.collections.summable_dict
    • superleaf.dataframe
      • superleaf.dataframe.column_ops
      • superleaf.dataframe.display
      • superleaf.dataframe.selection
      • superleaf.dataframe.standardize
      • superleaf.dataframe.transform
    • superleaf.operators
      • superleaf.operators.base
      • superleaf.operators.comparison
      • superleaf.operators.getters
      • superleaf.operators.string
      • superleaf.operators.wrappers
    • superleaf.plotting
      • superleaf.plotting.intervals
    • superleaf.sequences
      • superleaf.sequences.serial
    • superleaf.stats
      • superleaf.stats.circular
      • superleaf.stats.count
    • superleaf.timeseries
      • superleaf.timeseries.datetime_utils
      • superleaf.timeseries.time_intervals
    • superleaf.utils
      • superleaf.utils.hashing
      • superleaf.utils.ipython
      • superleaf.utils.parallel
  • API Reference
  • superleaf
  • superleaf.utils
  • superleaf.utils.hashing

superleaf.utils.hashing#

Functions

get_hash_string(values[, algo, length])

Classes

HashStringGenerator([algo, length])

class superleaf.utils.hashing.HashStringGenerator(algo=None, length=None)[source]#

Bases: object

new() → HashStringGenerator[source]#
fork() → HashStringGenerator[source]#
to_str(length=None) → str[source]#
superleaf.utils.hashing.get_hash_string(values, algo=None, length=None) → str[source]#

previous

superleaf.utils

next

superleaf.utils.ipython

On this page
  • HashStringGenerator
    • HashStringGenerator.new()
    • HashStringGenerator.fork()
    • HashStringGenerator.to_str()
  • get_hash_string()
Edit on GitHub

This Page

  • Show Source

© Copyright 2025, Erik Schomburg.

Created using Sphinx 8.2.3.

Built with the PyData Sphinx Theme 0.16.1.