⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
BIEN 3
All Projects
Overview
Activity
Issues
Calendar
Documents
Wiki
Repository
Download (87 Bytes)
Statistics
| Revision:
root
/
lib
/
lists.py
@ 1969
View
History
Annotate
1
1883
aaronmk
# Lists
2
3
def
is_seq
(
value
):
return
isinstance
(
value
,
list
)
or
isinstance
(
value
,
tuple
)
Loading...