⚲
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
@ 2100
View
History
Annotate
1
# Lists
2
3
def
is_seq
(
value
):
return
isinstance
(
value
,
list
)
or
isinstance
(
value
,
tuple
)
« Previous
1
…
14
15
16
17
18
…
33
Next »
(16-16/33)
Loading...