Skip to content

Conversation

@radarhere
Copy link
Member

load_read() does not have a consistent signature across the plugins where it is used. For example,

def load_read(self, read_bytes):

def load_read(self, bytes):

Neither does load_seek(). For example,

def load_seek(self, pos):

def load_seek(self):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants