mmtfPyspark.filters.releaseDate module

releaseDate.py

this filter returns true if the release date for this structure is within the specified range

class ReleaseDate(startDate, endDate)[source]

Bases: object

Methods

__call__(t) Call self as a function.