Skip to content

[Type] DataLoader may provide type hint of output #20

@hanson-hschang

Description

@hanson-hschang

From the codebase, DataLoader provides generic type hint. The current implementation does not utilize this feature.

class DataLoader(Generic[_T_co]):
    ...

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions